From: Robert Pluim Date: Mon, 7 Jul 2025 12:49:23 +0000 (+0200) Subject: ; Fix typos X-Git-Tag: archive/raspbian/1%30.2+1-2+rpi1^2~2^2~24^2~36 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https://%22Program/%22http:/www.example.com/cgi/%22https:/%22Program?a=commitdiff_plain;h=ebb65d41630786f1dac7727f9490d52d8f55e2f9;p=emacs.git ; Fix typos * lisp/emacs-lisp/warnings.el (warning-display-at-bottom): Fix typo. * lisp/replace.el (query-replace-help): Typo fix. --- diff --git a/lisp/emacs-lisp/warnings.el b/lisp/emacs-lisp/warnings.el index 8d62193bb22..609e66ee1a0 100644 --- a/lisp/emacs-lisp/warnings.el +++ b/lisp/emacs-lisp/warnings.el @@ -135,7 +135,7 @@ customizations. In particular, the category designated by the symbol `warning' can be used in `display-buffer-alist' to customize the display of this buffer. -This option affects display of all the buffers shown by `dispay-warning', +This option affects display of all the buffers shown by `display-warning', including warnings from byte-compiler and native-compiler, from `check-declare', etc." :type 'boolean diff --git a/lisp/replace.el b/lisp/replace.el index cfa879e9e96..ab3db69bd20 100644 --- a/lisp/replace.el +++ b/lisp/replace.el @@ -2461,7 +2461,7 @@ To be added to `context-menu-functions'." multi-buffer replacements) with no more questions, \\`N' (in multi-buffer replacements) to skip to the next buffer without replacing remaining matches in the current buffer. -Any other character exits interactive replacement loop and is then +Any other character exits the interactive replacement loop, and is then re-executed as a normal key sequence." "Help message while in `query-replace'.")